From: Mattia Rizzolo Date: Sun, 8 May 2016 22:31:54 +0000 (+0000) Subject: d/dcmtk.preinst: 'set -e' in the script instead of the shebang, fixes lintian's maint... X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~280 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=2516c741228b268ab859963ae03b48222cd94c95;p=dcmtk.git d/dcmtk.preinst: 'set -e' in the script instead of the shebang, fixes lintian's maintainer-script-without-set-e --- diff --git a/debian/changelog b/debian/changelog index a931642b..83d02a11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ dcmtk (3.6.1~20160216-1) UNRELEASED; urgency=medium [ Mattia Rizzolo ] * d/control: Use secure URIs (https) in Vcs-Git. * d/libdcmtk5.dirs: removed as useless. + * d/dcmtk.preinst: 'set -e' in the script instead of the shebang, + fixes lintian's maintainer-script-without-set-e -- Gert Wollny Sat, 09 Apr 2016 12:23:46 +0000 diff --git a/debian/dcmtk.preinst b/debian/dcmtk.preinst index a30dfc5a..9f84376f 100644 --- a/debian/dcmtk.preinst +++ b/debian/dcmtk.preinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e # Prepare to handle imagectn -> dcmqrdb (3.5.3 -> 3.5.4) transition # without triggering a dpkg question